projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5556a34
)
Fix typo in the solargraph server program
author
Ricardo Martins
<1706+meqif@users.noreply.github.com>
Mon, 25 Jun 2018 11:51:10 +0000
(12:51 +0100)
committer
João Távora
<joaotavora@gmail.com>
Mon, 25 Jun 2018 11:51:10 +0000
(12:51 +0100)
Copyright-paperwork-exempt: yes
* eglot.el (eglot-server-programs): Fix typo.
GitHub-reference: close https://github.com/joaotavora/eglot/issues/30
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 430a01646119043c557ffb013e6bcfb76e807dbc..ce335433516017948d9f979abb3c612608a0e7bf 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-86,7
+86,7
@@
((c++-mode
c-mode) . (eglot-cquery "cquery"))
(ruby-mode
- . ("solagraph" "socket" "--port"
+ . ("sola
r
graph" "socket" "--port"
:autoport))
(php-mode . ("php" "vendor/felixfbecker/\
language-server/bin/php-language-server.php")))